FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1SortedList<TKey,TValue> Class / TryGetValue Method

In This Topic
    TryGetValue Method (C1SortedList<TKey,TValue>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TryGetValue( _
       ByVal key As TKey, _
       ByRef value As TValue _
    ) As Boolean
    public bool TryGetValue( 
       TKey key,
       out TValue value
    )

    Parameters

    key
    value
    See Also